I would like to export from a module to a table file (eg CSV), modify many rows of a single column (only), and import the changes back into the module. I want to minimize the risk of changes in other columns in the table file getting back into the module. Ideally I would export to a file with 2 columns-- a unique ID and the column to be modified. Of course no links should get broken, etc. It is safe to assume no incompatible changes are going to be made in DOORS concurrent with the editing of the table file.
|